└─实战生成对抗网络代码
├─Section 1
│ └─Code
│ ReadMe.txt
│ simple-gan.ipynb
│ simple-gan.py
│
├─Section 2
│ └─Code
│ ├─BEGAN
│ │ BEGAN-Code.txt
│ │
│ ├─CGAN
│ │ │ download.py
│ │ │ simple-cgan.py
│ │ │
│ │ ├─data
│ │ │ └─fashion
│ │ │ train-images-idx3-ubyte.gz
│ │ │
│ │ └─output
│ └─CycleGAN
│ CycleGAN-Code.txt
│
├─Section 3
│ └─Code
│ ├─DiscoGAN
│ │ DiscoGAN-Code.txt
│ │
│ └─StackGAN
│ StackGAN-Code.txt
│
└─Section 4
├─Image-Correction
│ │ create_tfrecords.py
│ │ dcgan.py
│ │ image_correction.py
│ │ ReadMe.txt
│ │ test.sh
│ │ train_generate.py
│ │ utils.py
│ │
│ ├─checkpoints
│ │ checkpoint
│ │ d.ckpt-20000.data-00000-of-00001
│ │ d.ckpt-20000.index
│ │ d.ckpt-20000.meta
│ │ g.ckpt-20000.data-00000-of-00001
│ │ g.ckpt-20000.index
│ │ g.ckpt-20000.meta
│ │
│ ├─complete
│ ├─complete_src
│ │ test-1.jpg
│ │ test-2.jpg
│ │
│ ├─data
│ ├─lfw
│ └─lfw-gen
│ 000000.jpg
│ 005000.jpg
│ 010000.jpg
│ 015000.jpg
│ 020000.jpg
│
├─keras-microservice
│ │ Dockerfile
│ │ nginx.conf
│ │ ReadMe.txt
│ │ requirements.txt
│ │ supervisord.conf
│ │ test-1.jpg
│ │ test-2.jpeg
│ │ test-3.jpg
│ │ test_requests.sh
│ │
│ └─service
│ kerasModel.py
│ main.py
│
├─serverless-prediction
│ aws-lambda.py
│
└─tensorflow_lambda
animal.mp3
lambda-tensorflow.zip
test_image.jpg
评论